На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:
строительное дело
раскрой листового материала (операция)
['pætnmeikə]
существительное
общая лексика
модельер
модельщик (в металлургии)
металлургия
модельщик
['pætnrekəg'niʃ(ə)n]
общая лексика
распознавание образов
идентификация графических изображений с помощью компьютерных технологий. Используется, в биометрических методах контроля доступа для распознавания голоса, отпечатков пальцев, фотографий и. п
['ru:dskri:n]
общая лексика
крестная перегородка (в церкви; отделяет клирос [choir] от нефа [nave]; обыкн. резная, из камня или дерева)
существительное
общая лексика
крестная перегородка (отделяет клирос он нефа)
In computer programming, a shim is a library that transparently intercepts API calls and changes the arguments passed, handles the operation itself or redirects the operation elsewhere. Shims can be used to support an old API in a newer environment, or a new API in an older environment. Shims can also be used for running programs on different software platforms than they were developed for.
Shims for older APIs typically come about when the behavior of an API changes, thereby causing compatibility issues for older applications which still rely on the older functionality; in such cases, the older API can still be supported by a thin compatibility layer on top of the newer code. Shims for newer APIs are defined as: "a library that brings a new API to an older environment, using only the means of that environment."